home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Epic Collection 3
/
Epic Collection 3, The (1997)(Epic Marketing)[!].iso
/
system
/
s
/
user-startup
< prev
next >
Wrap
Text File
|
1996-09-29
|
657b
|
42 lines
;BEGIN NewIcons
;NewIcons
;END NewIcons
;BEGIN DefIcons
;DefIcons
;END DefIcons
IF EXISTS RAM:ENV
ELSE
MAKEDIR RAM:ENV
ENDIF
IF EXISTS RAM:T
ELSE
MAKEDIR RAM:T
ENDIF
IF EXISTS RAM:ENV/Sys
ELSE
MAKEDIR RAM:ENV/Sys
ENDIF
;BEGIN MUI
if exists "WB3-UTILS:MUI"
assign MUI: "WB3-UTILS:MUI"
if exists MUI:Libs
assign add LIBS: MUI:Libs
endif
if exists MUI:Locale
assign add LOCALE: MUI:Locale
endif
version >nil: exec.library 39
if not warn
if exists MUI:Docs
if exists HELP:dummy ; do not remove
endif ; this entry!
assign add HELP: MUI:Docs
endif
endif
endif
;END MUI